home *** CD-ROM | disk | FTP | other *** search
/ Games Gallery 98 / Games Gallery 98 - Disc 1.iso / Content / DBCHS / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-06-27  |  715 b   |  29 lines

  1. @echo off
  2. echo Installing DBS Chess from floppy disc.
  3. echo.
  4. echo Please note that this program is SHAREWARE.
  5. echo You should delete the program within 30 days if you do not register
  6. echo as described in the README.TXT file.
  7. echo.
  8. if not "%2" == "" goto 1
  9. echo Please give the destination disc (e.g. C:) and the directory (e.g. DBSCHESS).
  10. echo E.g. 
  11. echo      A:INSTALL  C:  DBSCHESS
  12. echo would place the program, etc. in a new directory C:\DBSCHESS
  13. echo.
  14. echo (ignore references to -D in what appears later - the install process
  15. echo is providing this parameter for the unzipping process)
  16. echo on
  17. pause
  18. exit
  19.  
  20. :1 
  21. %1
  22. cd \
  23. md %2
  24. cd %2
  25. A:DBSZIP -D -N
  26. echo.
  27. pause
  28. type README.TXT |more
  29. pause